home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / egavga / cmoria.exe / MORIA.CNF < prev    next >
Text File  |  1992-07-27  |  3KB  |  91 lines

  1.  
  2. # Configuration file for PC MORIA 5.x
  3. #
  4. # All lines that have the # character as the first character are
  5. # comment lines.  Blank lines are totally ignored.
  6.  
  7.  
  8.  
  9. ##################################################################
  10. ###                  Configuration                             ###
  11. ##################################################################
  12.  
  13. # MORIA is very easy to configure.  The biggest problem is that there
  14. # is not enough room on a single 360K floppy disk to hold the DOS
  15. # DOS system files, MORIA.EXE (about 340K) and a MORIA save file
  16. # (about 80K or so).  Below are a few methods for configuring MORIA
  17. # depending on your disk storage.  Once you decide which method to
  18. # use, follow the instructions then remove the comment character ('#')
  19. # from the beginning of the lines that start with 'SAVE' and 'SCORE'.
  20. # Only remove the '#' from 1 pair of lines.
  21.  
  22.  
  23.  
  24. #################### 1 hard disk systems #########################
  25. #
  26. # Create a C:\games subdirectory on your hard disk and put C:\games
  27. # on your PATH.  Copy MORIA.EXE and MORIA.CNF to C:\games.
  28. #
  29. SAVE D:\Games\moria\savefile
  30. SCORE D:\Games\moria\scores
  31.  
  32.  
  33. #################### 2 360K floppy disk systems ##################
  34. #
  35. # Format /s a floppy disk and copy MORIA.CNF to it.   Format (no /s)
  36. # a second floppy disk and copy MORIA.EXE to it.  When you want to play
  37. # MORIA, put the first diskette in drive A, the second in drive B and
  38. # type B:MORIA
  39. #
  40. #SAVE a:\moria.sav
  41. #SCORE a:\moria.scr
  42.  
  43.  
  44. #################### 1 high density floppy disk systems ##########
  45. #
  46. # Format /s 1 high-density diskette and copy MORIA.CNF and MORIA.EXE
  47. # to it.
  48. #
  49. #SAVE a:\moria.sav
  50. #SCORE a:\moria.scr
  51.  
  52.  
  53.  
  54.  
  55. ##################################################################
  56. ###                  Other OPTIONS                             ###
  57. ##################################################################
  58.  
  59. # These graphics characters are a solid box and a centered dot
  60. GRAPHICS 177 249
  61.  
  62. # IBMbios option enables the numeric keypad.  Possibly unusable
  63. # on a non-IBM clone.
  64. IBMBIOS
  65.  
  66. # Rawio makes output somewhat faster and allows ^P (control P) to
  67. # be used for the "previous message" MORIA command.  Cannot be
  68. # used on a Dec Rainbow.
  69. RAWIO
  70.  
  71. # Being used to LARN and HACK, I prefer the ROGUE-like interface
  72. KEYBOARD ROGUE
  73.  
  74. # It is possible to have MORIA output ANSI sequences, rather than
  75. # use BIOS calls.  This "ANSI" option is required for Dec Rainbows
  76. # and other computers that are not IBM BIOS compatible.
  77. #ANSI
  78.  
  79. # Delay for -more- prompts, in 1/18.2 seconds. Use 0 for no key-press
  80. # required, another value for auto-continuing after the specified delay,
  81. # or -1 for mormal action (this is the default action if this option is
  82. # omitted)
  83.  
  84. DELAY 6
  85.  
  86. # If you have enabled the 'Prompt to pick up Objects' option, this option
  87. # will skip the prompt for items marked with {damned}. This option is
  88. # disabled by default
  89.  
  90. NO_DAMNED
  91.